github.com/segmentio/asm/base64.Encoding.base (field)
12 uses
github.com/segmentio/asm/base64 (current package)
base64_amd64.go#L21: e := &Encoding{base: base64.NewEncoding(encoder)}
base64_asm.go#L22: base *base64.Encoding
base64_asm.go#L30: enc.base = enc.base.WithPadding(padding)
base64_asm.go#L37: enc.base = enc.base.Strict()
base64_asm.go#L49: enc.base.Encode(dst, src)
base64_asm.go#L55: buf := make([]byte, enc.base.EncodedLen(len(src)))
base64_asm.go#L63: return enc.base.EncodedLen(n)
base64_asm.go#L76: n, err = enc.base.Decode(dst, src)
base64_asm.go#L85: dst := make([]byte, enc.base.DecodedLen(len(s)))
base64_asm.go#L93: return enc.base.DecodedLen(n)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |